object fmSplit: TfmSplit Left = 461 Top = 258 BorderStyle = bsDialog Caption = 'Split Archive' ClientHeight = 155 ClientWidth = 376 Color = clBtnFace Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] OldCreateOrder = False Position = poScreenCenter PixelsPerInch = 96 TextHeight = 13 object laSplitName: TLabel Left = 8 Top = 8 Width = 117 Height = 13 Caption = 'Save split &archive file as:' FocusControl = edSplitName end object laSplitVolumeSize: TLabel Left = 8 Top = 64 Width = 81 Height = 13 Caption = 'Split &Volume Size' FocusControl = cbVolumeSize end object laCustomVolumeSize: TLabel Left = 158 Top = 64 Width = 96 Height = 13 Caption = 'C&ustom Volume Size' Enabled = False FocusControl = edCustomVolumeSize end object edSplitName: TEdit Left = 8 Top = 24 Width = 281 Height = 21 TabOrder = 0 end object cbVolumeSize: TComboBox Left = 8 Top = 80 Width = 145 Height = 21 Style = csDropDownList DropDownCount = 9 ItemHeight = 13 ItemIndex = 0 TabOrder = 2 Text = '1.0MB' OnChange = cbVolumeSizeChange Items.Strings = ( '1.0MB' '1.2MB Floppy' '1.44MB Floppy' '2.88MB Floppy' '100MB Zip Disk' '250MB Zip Disk' '650MB CD-ROM' '700MB CD-ROM' 'Other Size') end object buOK: TButton Left = 70 Top = 120 Width = 75 Height = 25 Caption = '&Split' Default = True TabOrder = 5 OnClick = buOKClick end object buCancel: TButton Left = 150 Top = 120 Width = 75 Height = 25 Caption = '&Cancel' ModalResult = 2 TabOrder = 6 end object buHelp: TButton Left = 230 Top = 120 Width = 75 Height = 25 Caption = '&Help' TabOrder = 7 OnClick = buHelpClick end object bbBrowseSplitName: TBitBtn Left = 294 Top = 24 Width = 73 Height = 22 Caption = '&Browse' TabOrder = 1 OnClick = bbBrowseSplitNameClick end object edCustomVolumeSize: TEdit Left = 158 Top = 80 Width = 147 Height = 21 Enabled = False TabOrder = 3 end object cbSizeType: TComboBox Left = 310 Top = 80 Width = 57 Height = 21 Style = csDropDownList Enabled = False ItemHeight = 13 ItemIndex = 2 TabOrder = 4 Text = 'MB' Items.Strings = ( 'Bytes' 'KB' 'MB') end object sdgSplitName: TSaveDialog Filter = 'Zip Archive (*.zip)|*.zip' Options = [ofHideReadOnly, ofNoReadOnlyReturn, ofEnableSizing] Title = 'Split Archive Name' Left = 339 Top = 48 end end